home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 July / Macworld (1999-07).dmg / Shareware World / Graphics / Popup Xtra 3.2 / popdemo.dir / 00008_Script_8 < prev    next >
Text File  |  1999-04-10  |  169b  |  7 lines

  1. on exitFrame
  2.   if the machineType = 256 then
  3.     set the member of sprite 10 to "PC menu bar"
  4.   else
  5.     set the member of sprite 10 to "Mac menu bar"
  6.   end if
  7. end